,System.Reactive.Timestamped{-0})}
Timestamped.op_Inequality(Timestamped, Timestamped) operator¶
Defined in
Type: TimestampedSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static bool operator !=(Timestamped<T> first, Timestamped<T> second)
Summary: Determines whether the two specified Timestamped values don't have the same Value and Timestamp.
Parameters
| Name | Type | Description |
|---|---|---|
first | [Timestamped | The first [Timestamped](# value to compare. |
second | [Timestamped | The second [Timestamped](# value to compare. |
Returns: bool -- true if the first Timestamped value has a different Value or Timestamp as the second Timestamped value; otherwise, false.